home *** CD-ROM | disk | FTP | other *** search
/ Animation / Animation Vol.1 (Profi ROM)(1994).iso / samples.zip / DIAMMTL.VS < prev    next >
Text File  |  1993-10-02  |  535b  |  25 lines

  1. // Vivid material definitions for diam.3ds
  2.  
  3. #define SKY \ 
  4.     surface {           \ 
  5.         ambient 0.0 0.0 0.0 \ 
  6.         diffuse 0.5 0.5 0.5 \ 
  7.     }
  8.  
  9. #define FLOOR \ 
  10.     surface {           \ 
  11.         ambient 0.0 0.0 0.0 \ 
  12.         diffuse 0.3 0.3 0.3 \ 
  13.         specular 0.4 0.4 0.4 \
  14.     }
  15.  
  16. #define DIAMOND \ 
  17.     surface {           \ 
  18.         ambient 0.05 0.05 0.05 \ 
  19.         diffuse 0.0 0.0 0.0 \ 
  20.         shine 25.0  1.000 1.000 1.000 \ 
  21.         transparent 0.99*white \ 
  22.         ior 2.8 \ 
  23.     }
  24.  
  25.